@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:wght@300&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	/*	background-color: yellow;
*/
	scroll-behavior: smooth;

	background-color: aliceblue;
}

.header {
	background-color: rgba(5, 120, 181, 0.8);

}

.top_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url("../images/bg.jpg");
	background-size: cover;
	background-position: center;
	font-family: 'Roboto', sans-serif;
	opacity: 1.0;

}

.top_header:hover {
	opacity: 0.9;

}

.mid_text {
	margin: 0 auto;
	width: relative;
	text-align: center;
	color: black;
	font-weight: 600;
}

.heading span {
	font-size: 3rem;
	margin: 0 auto;
	width: relative;
	text-align: center;
	color: black;
	font-weight: 600;
}

.sub-heading {
	font-size: 1.5rem;
}

.left_icon {
	margin: 0 auto;
	display: inline-flex;
}

.left_icon img {
	width: 150px;
	height: auto;
	object-fit: contain;
	margin-bottom: 1rem;
	margin-top: 1rem;

}

.right_icon {
	display: inline-flex;
	margin: 0 auto;
}

.right_icon img {
	width: 100px;
	height: auto;
	object-fit: contain;
	margin-bottom: 1rem;
	margin-top: 1rem;

}


.main_menu_items {
	color: white;
	font-size: 20px;
}

.main_menu_items ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_menu_items ul li {
	display: flex;
	margin: 1%;
	position: relative;
}

.main_menu_items ul li a {
	text-align: center;
	text-decoration: none;
	color: white;
}

.main_menu_items ul li .submenu ul {
	display: none;

}

.main_menu_items ul li:hover .submenu ul {
	display: block;
	justify-content: center;
	margin-top: 25px;
	margin-left: -90px;
	position: absolute;

}

.main_menu_items ul li:hover .submenu ul li {
	display: block;
	align-items: center;
	border: 1px solid transparent;
	background-color: rgba(46, 134, 193, 1.0);
	width: 200px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
}

.main_menu_items ul li:hover .submenu ul li a {
	line-height: 30px;
}

.main_menu_items ul li:hover .submenu ul li :hover {
	display: block;
	line-height: 40px;
	background-color: rgb(40, 116, 166);
	border-radius: 5px;
}

.bottom_footer {
	background-color: rgb(40, 116, 166);
	font-size: 20px;
	color: whitesmoke;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.mid_footer {
	background-color: rgb(56, 57, 59);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: large;
}

.imp_link {
	width: 20%;
	border-right: 1px solid white;


}

.get_in_touch {
	width: 30%;
	border-right: 1px solid white;
}

.imp_link ul,
.get_in_touch ul {

	display: block;
	list-style: none;
	justify-content: center;

}

.imp_link ul li,
.get_in_touch ul li {

	display: block;
	justify-content: center;
	margin-left: 50px;




}



.socila_media {

	width: 20%;

}



.socila_media ul {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 10px;

}

.socila_media ul li {
	margin: 10px;
	font-size: 42px;
	align-items: flex-start;
	margin-right: 40px;
}



.slider {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
	z-index: -10;
	animation: 20s skc infinite;
}

@keyframes skc {

	0%,
	100% {
		background-image: url("/images/img1.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	25% {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url("/images/slider2.jpg");
	}

	50% {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url("..'/images/slider2.jpg'");
	}

	75% {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url("..'/images/slider3.jpg'");
	}

}

.aims {
	margin: 15px auto;
	padding-bottom: 15px;
	max-width: 98%;
	height: auto;
	box-shadow: 2px 2px 2px #0698dc;
	border-radius: 20px;
	color: black;
	font-family: roboto sans-serif;
	font-weight: 400;
	text-align: justify;
	font-size: x-large;
	display: block;
	justify-content: center;
}

.aims:hover {


	/* background-image: url(../images/section.jpg); */
	background-size: cover;
	background-clip: content-box;
	background-repeat: no-repeat;
}

.aims h1 {
	text-align: center;
	color: white;
	background-color: rgb(40, 116, 166);
	box-shadow: 2px 2px 2px #0698dc;
	border-radius: 10px;
	margin-top: 10px;
}

.aims h1:hover {
	transform: scale(0.95);
	background-color: rgb(40, 116, 166);
	box-shadow: 2px 2px 2px #0698dc;
	border-radius: 10px;
	margin-top: 10px;
}

.aims p {
	margin-left: 80px;
	margin-right: 80px;
}

aims p:hover {
	background-color: rgb(6, 48, 76);
	color: white;
}

.aims p span {
	font-weight: 600;
}

.aims ul {
	padding: 10px;
}

.aims ul li {

	list-style-type: decimal-leading-zero;

	padding: 10px;
	margin-left: 120px;
	margin-right: 120px;
	line-height: 1.2;
}

.aims ul li:hover {
	background-color: rgb(6, 48, 76);
	color: white;
	border-radius: 10px;

}

#god_section {


	margin: 20px auto;



}

table {
	width: auto;
	height: auto;
	box-shadow: 2px 2px 2px #0698dc;
	margin: 30px auto;


}

table td {
	font-family: roboto sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: x-large;
	border: 1px solid black;
	padding: 15px;
	margin: 0 auto;
}

table thead {
	background-color: rgb(40, 116, 166);
	font-weight: bolder;
	color: white;
}

table tr {
	align-items: center;
	margin: 0 auto;
}

table td a {
	text-decoration: none;
	color: black;
}

table td a:hover {
	text-decoration: none;
	color: white;
}

table tr:hover {
	color: white;
	background-color: rgb(6, 48, 76);
	border-radius: 10px;

}



/*Card */
.degs_services {
	width:1068px;
   
    border: 5px solid #bed5cd;
    overflow-x: scroll;
    overflow-y: hidden;
}

.card_container {
	display: flex;          /* Ensure cards are in a row */
    overflow-x: auto;       /* Enable horizontal scrolling */
    white-space: nowrap;    /* Prevent cards from wrapping */
    max-width: 100%;        /* Adjust as needed */
    padding: 30px;    
}



/* .card {
	min-width: 300px;
	height: 300px;
	display: flex;
	box-shadow: 7px 5px 5px transparent;
	border-radius: 5%;
	align-items: center;
	margin-right: 20px;
	padding: 5px;
	

} */
.card {
    flex: 0 0 auto;         /* Maintain initial size */
    width: 300px;           /* Set fixed width for each card */
    margin-right: 20px; 
	box-shadow: 3px 2px 2px transparent;
	border-radius: 3%;

    /* Optional: Add space between cards */
}
.card-body {
    text-align: center;     /* Optional: Center text */
}
.card:hover {
	min-width: 300px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;

	box-shadow: 3px 5px 5px #0bf477;
	border-radius: 5%;
	transform: scale(1.05);
	z-index: 100;
	transition: 300ms ease-in-out;
}

.card_container img {
	width: auto;
	height: 150px;
	object-fit: cover;
	margin-top: 10px;
	margin-bottom: 10px;

}

.card-body {
	text-align: center;
	padding: 5px;
}


/*DeGS Employees Grid

*/
.degs_employees {
	background: url(../images/empbg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: scroll;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);


}






.grid_items .emp_card {
	overflow: auto;
	color: rgba(255, 255, 255, 1.0);
	text-shadow: 3px 3px 5px #ca6907d0;
	background-color: rgba(39, 171, 203, 0.498);
	margin: 20px;
	padding: 10px;
	text-align: center;
	align-self: center;
	border: 3px solid #ca6907d0;
	border-radius: 5%;
	box-shadow: -5px -5px 10px #ca6907d0, 5px 5px 10px #ca6907d0;
}

#degs_team h1 {
	padding: 10px;
	text-align: center;
	color: white;
	background-color: rgb(40, 116, 166);
	box-shadow: 2px 2px 2px #0698dc;
	border-radius: 10px;
	margin-top: 10px;
}

#degs_team p {
	font-size: x-large;
	text-align: center;
}

.grid_items .emp_card:hover {
	overflow: auto;
	color: rgba(255, 255, 255, 1.0);
	text-shadow: 3px 3px 5px #ca6907d0;
	background-color: rgba(39, 171, 203, 0.498);
	margin: 20px;
	padding: 10px;
	text-align: center;
	align-self: center;
	border: 3px solid #db7b1bd0;
	border-radius: 5%;
	box-shadow: -5px -5px 10px #dcb895d0, 5px 5px 10px #ea933dd0;
	transform: scale(1.09);
	transition: all .3s ease-in-out;
}

.card-img-top {
	width: 50%;
	height: auto;
	border: 1px solid black;
	border-radius: 50%;

}

.contact_details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;

}

.contact_details a {

	text-decoration: none;
	color: rgba(255, 255, 255, 1.0);
	text-shadow: 3px 3px 5px #ca6907d0;
	font-size: 1.5rem;



}
.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%; /* Adjust max-width as needed */
    margin: auto;
}

.slider {
    display: flex;
    overflow-x: hidden;
}

.slide {
    width: 100%;
    display: none;
}

.slide.active {
    display: block;
}

button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
}

button.prev {
    left: 0;
}

button.next {
    right: 0;
}
